-
Notifications
You must be signed in to change notification settings - Fork 42
Initial implementation of google play billing #1503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ThomasSession
approved these changes
Sep 22, 2025
jbsession
added a commit
that referenced
this pull request
Sep 25, 2025
* ADded data for non originating subscriptions * Tweaking state to remove labels from VM state to help with all the screen variations we have * WIP * BAse Non Originating screen * Fixing broken strings * Non originating UI * Non originating UI * Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#1533) * Initial implementation of google play billing (#1503) * [Automated] Update translations from Crowdin * Bump io.github.webrtc-sdk:android from 137.7151.01 to 137.7151.04 (#1513) Bumps [io.github.webrtc-sdk:android](https://github.com/webrtc-sdk/android) from 137.7151.01 to 137.7151.04. - [Release notes](https://github.com/webrtc-sdk/android/releases) - [Changelog](https://github.com/webrtc-sdk/android/blob/v137.7151.04/CHANGES.md) - [Commits](webrtc-sdk/android@v137.7151.01...v137.7151.04) --- updated-dependencies: - dependency-name: io.github.webrtc-sdk:android dependency-version: 137.7151.04 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SessionHero01 <[email protected]> * Bump cameraCamera2Version from 1.4.2 to 1.5.0 (#1514) Bumps `cameraCamera2Version` from 1.4.2 to 1.5.0. Updates `androidx.camera:camera-camera2` from 1.4.2 to 1.5.0 Updates `androidx.camera:camera-lifecycle` from 1.4.2 to 1.5.0 Updates `androidx.camera:camera-view` from 1.4.2 to 1.5.0 --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.camera:camera-lifecycle dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.camera:camera-view dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SessionHero01 <[email protected]> * Bump androidxHiltVersion from 1.2.0 to 1.3.0 (#1532) Bumps `androidxHiltVersion` from 1.2.0 to 1.3.0. Updates `androidx.hilt:hilt-navigation-compose` from 1.2.0 to 1.3.0 Updates `androidx.hilt:hilt-work` from 1.2.0 to 1.3.0 Updates `androidx.hilt:hilt-compiler` from 1.2.0 to 1.3.0 --- updated-dependencies: - dependency-name: androidx.hilt:hilt-navigation-compose dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.hilt:hilt-work dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.hilt:hilt-compiler dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SessionHero01 <[email protected]> * [Automated] Update translations from Crowdin * Bump com.google.gms.google-services from 4.4.2 to 4.4.3 (#1534) Bumps com.google.gms.google-services from 4.4.2 to 4.4.3. --- updated-dependencies: - dependency-name: com.google.gms.google-services dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SessionHero01 <[email protected]> * Temp string replacement * Updated full perission check, added function for adding more media * [Automated] Update translations from Crowdin * Added plus menu to add to allowed media * udpated condition * removed deprecated method * SES-4569 : 'Follow Setting' button doesn't follow theming (#1531) * Use textColorPrimary for light theme for Follow Setting button/text * Added to accentText to themes * Added accentText for the test theme --------- Co-authored-by: ThomasSession <[email protected]> * Fixed menu button redrawing --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: ThomasSession <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SessionHero01 <[email protected]> Co-authored-by: ThomasSession <[email protected]> Co-authored-by: Bilb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds Google Play billing support and initial implementation of purchasing a plan